home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / XMedia / bill-web-acc.cgi < prev    next >
Text File  |  1997-02-26  |  308b  |  11 lines

  1. #!/disk1/www/docs/cgi-bin/perl5
  2. print "Content-type: text/html\n\n";
  3. $form = <STDIN>;
  4. @pair = split(/&/, $form);
  5. print "<TITLE>Thanks for your feedback</TITLE>\n";
  6. print "<h1 align=center>Thanks Your</h1>\n";
  7. print "Thanks for your interest and taking time to give us your comments";
  8. print "<hr>";
  9.  
  10. exit(0);
  11.